type vendor/golang.org/x/text/unicode/norm.streamSafe
15 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L34: type streamSafe uint8
composition.go#L38: func (ss *streamSafe) first(p Properties) {
composition.go#L39: *ss = streamSafe(p.nTrailingNonStarters())
composition.go#L44: func (ss *streamSafe) next(p Properties) ssState {
composition.go#L49: if *ss += streamSafe(n); *ss > maxNonStarters {
composition.go#L61: *ss = streamSafe(p.nTrailingNonStarters())
composition.go#L71: func (ss *streamSafe) backwards(p Properties) ssState {
composition.go#L75: c := *ss + streamSafe(p.nTrailingNonStarters())
composition.go#L86: func (ss streamSafe) isMax() bool {
composition.go#L102: ss streamSafe // For limiting length of non-starter sequence.
normalize.go#L306: ss := streamSafe(0)
normalize.go#L376: ss := streamSafe(0)
normalize.go#L433: ss := streamSafe(0)
normalize.go#L484: ss := streamSafe(0)
normalize.go#L580: ss := streamSafe(0)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |